From 4c476c5c5303baec124c3d474d7b709d0d09cccb Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Tue, 25 Apr 2006 22:30:07 -0600 Subject: [PATCH] [IA64] missed chunk of Kevin's hypercall cleanup patch Missed this chunk of Kevin's patch when merging with dom0vp changes Signed-off-by Kevin Tian --- xen/arch/ia64/xen/hypercall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xen/arch/ia64/xen/hypercall.c b/xen/arch/ia64/xen/hypercall.c index 1c73e9a401..da5f7384dc 100644 --- a/xen/arch/ia64/xen/hypercall.c +++ b/xen/arch/ia64/xen/hypercall.c @@ -71,6 +71,9 @@ hypercall_t ia64_hypercall_table[] = (hypercall_t)do_ni_hypercall /* */ }; +uint32_t nr_hypercalls = + sizeof(ia64_hypercall_table) / sizeof(hypercall_t); + static int xen_hypercall (struct pt_regs *regs) { -- 2.30.2